projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8fc05
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Nov 2001 06:52:56 +0000
(06:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Nov 2001 06:52:56 +0000
(06:52 +0000)
src/marker.c
patch
|
blob
|
history
diff --git
a/src/marker.c
b/src/marker.c
index b634d644790c621b3c8d10030f59abe4f8aa0c06..475e5ffad6d621f60f85518c2863e9c7dbb787c6 100644
(file)
--- a/
src/marker.c
+++ b/
src/marker.c
@@
-722,7
+722,10
@@
set_marker_restricted_both (marker, buffer, charpos, bytepos)
return marker;
}
\f
-/* This is called during garbage collection,
+/* Remove MARKER from the chain of whatever buffer it is in.
+ Leave it "in no buffer".
+
+ This is called during garbage collection,
so we must be careful to ignore and preserve mark bits,
including those in chain fields of markers. */